home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 010a / cliptree.zip / README.TXT < prev    next >
Text File  |  1993-02-07  |  3KB  |  58 lines

  1.  
  2.    This sample utility will do the following:
  3.    
  4.    1. Scan a drive of all directories, and place them into a user interface
  5.       that resembles an old version of "Norton's Change Directory" ver. 4.5
  6.    
  7.    2. Has the ablitity to show files in current highlighted directory, by
  8.       either pressing [enter] or the [spacebar]. If the directory is empty
  9.       a message appears informing you of the fact.
  10.    
  11.    3. On exiting the utility you'll be prompted to change to the desired
  12.       directory. If you forced the program (from dos) to read another drive
  13.       otherthan the current working drive, then the program will also do a
  14.       drive change also, besides the directory change!
  15.    
  16.    4. The utility will scan the current working drive in default mode, which
  17.       means that there were no dos parameter to scan another drive.
  18.       
  19.       Valid startups
  20.       
  21.       Scan current drive
  22.       VTREE [enter]
  23.       
  24.       Scan drive E:
  25.       VTREE e:\ [enter]   
  26.       
  27.       Ask for help
  28.       VTREE /? [enter]
  29.       
  30.    5. Note that there is room for more errorchecking and improvement to the
  31.       code, like using a third-party library for some coding that was done
  32.       in Clipper ie. nanfor.lib's FT_DEFAULT(), FT_CHDIR(), FT_SHADOW() etc.
  33.    
  34.    
  35.    6. The program also serves novice programmers as a teaching tool for
  36.       studying recursion, code-blocks, manipulating arrays, working with
  37.       achoice (TBrowse is better but I went for simplicity) and learning to
  38.       code without depending so much on third-party libraraies. Its always
  39.       good to have source code, which many libraries do not give out so fast!
  40.       Speaking of libraries, I would highly recommend that you get your hands
  41.       on the lastest copy of NANFOR.LIB from Compuserve's Clipper forum by
  42.       typing GO CLIPPER from any CIS prompt. This library is full of great
  43.       stuff that was developed by many top notch programmers for FREE!
  44.       FUNCKy II by dLESKO does not give out source code but is the best I've
  45.       seen for a wide array of functions. Grumpfish by Greg Lief is 99.8%
  46.       pure Clipper source and is included with the library..
  47.       (Am I starting to sound like a advertisment) Nuff Said!
  48.    
  49.    7. The program is considered to have no real copyright, and you may alter
  50.       it so long as the original programmers names appear at the top of each
  51.       of the .prg, .h files (add a notch into the headers if you make a nice
  52.       change or addition)
  53.       
  54.       
  55.       
  56.       
  57.       
  58.